module CCS
{
 imports    
    {
		Base
	}
item	Pepso
	{
		HungerChange	   	=	-5,							
		Weight      	    	=	1.25,
		AlwaysWelcomeGift	=	TRUE,
		Type	            	=	Food,
		UnhappyChange	    	=	-15,
		ThirstChange	    	=	-65,
		FatigueChange		=	-12,
		EnduranceChange		=	8,
		DisplayName	        =	Pepso Bottle,
		ReplaceOnUse		=	WaterBottleEmpty,
		Icon	           	=	pepso,
		CustomContextMenu   	=   	Drink,
		CustomEatSound 		= 	DrinkingFromBottle,
       		Carbohydrates       	=   	29,
        	Proteins            	=   	0,
        	Lipids              	=   	0,
        	Calories            	=   	250,
        	Packaged            	=   	TRUE,
        	CantBeFrozen        	=   	TRUE,
        	StaticModel         	=   	CCSPepso,
        	EatType             	=   	popcan,
	}

item DrPepppa
	{
		HungerChange	   	=	-5,							
		Weight      	    	=	1.25,
		AlwaysWelcomeGift	=	TRUE,
		Type	            	=	Food,
		UnhappyChange	    	=	-15,
		ThirstChange	    	=	-65,
		FatigueChange		=	-12,
		EnduranceChange		=	8,
		DisplayName	        =	Dr. Pepppa Bottle,
		ReplaceOnUse		=	WaterBottleEmpty,
		Icon	           	=	drpepppa,
		CustomContextMenu   	=   	Drink,
		CustomEatSound 		= 	DrinkingFromBottle,
       		Carbohydrates       	=   	66,
        	Proteins            	=   	0,
        	Lipids              	=   	0,
        	Calories            	=   	250,
        	Packaged            	=   	TRUE,
        	CantBeFrozen        	=   	TRUE,
        	StaticModel         	=   	CCSDrPeppa,
        	EatType             	=   	popcan,
	}


item FantoOrange
	{
		HungerChange	   	=	-4,							
		Weight      	    	=	1.25,
		AlwaysWelcomeGift	=	TRUE,
		Type	            	=	Food,
		UnhappyChange	    	=	-10,
		ThirstChange	    	=	-65,
		FatigueChange		=	-12,
		EnduranceChange		=	8,
		DisplayName	        =	Fanto Orange Bottle,
		ReplaceOnUse		=	WaterBottleEmpty,
		Icon	           	=	fantoorange,
		CustomContextMenu   	=   	Drink,
		CustomEatSound 		= 	DrinkingFromBottle,
       		Carbohydrates       	=   	73,
        	Proteins            	=   	0,
        	Lipids              	=   	0,
        	Calories            	=   	270,
        	Packaged            	=   	TRUE,
        	CantBeFrozen        	=   	TRUE,
        	StaticModel         	=   	CCSFantoOrange,
        	EatType             	=   	popcan,
	}


item FantoPurple
	{
		HungerChange	   	=	-4,							
		Weight      	    	=	1.25,
		AlwaysWelcomeGift	=	TRUE,
		Type	            	=	Food,
		UnhappyChange	    	=	-15,
		ThirstChange	    	=	-65,
		FatigueChange		=	-12,
		EnduranceChange		=	8,
		DisplayName	        =	Fanto Grape Bottle,
		ReplaceOnUse		=	WaterBottleEmpty,
		Icon	           	=	fantogrape,
		CustomContextMenu   	=   	Drink,
		CustomEatSound 		= 	DrinkingFromBottle,
       		Carbohydrates       	=   	33,
        	Proteins            	=   	0,
        	Lipids              	=   	0,
        	Calories            	=   	121,
        	Packaged            	=   	TRUE,
        	CantBeFrozen        	=   	TRUE,
        	EatType             	=   	popcan,
		StaticModel 		= 	CCSFantoPurple,
		
		
	}


item RootBeer
	{
		HungerChange	   	=	-7,							
		Weight      	    	=	1.25,
		AlwaysWelcomeGift	=	TRUE,
		Type	            	=	Food,
		UnhappyChange	    	=	-15,
		ThirstChange	    	=	-65,
		FatigueChange		=	-12,
		EnduranceChange		=	8,
		DisplayName	        =	Root Beer Bottle,
		ReplaceOnUse		=	WaterBottleEmpty,
		Icon	           	=	rootbeer,
		CustomContextMenu   	=   	Drink,
		CustomEatSound 		= 	DrinkingFromBottle,
       		Carbohydrates       	=   	46,
        	Proteins            	=   	0,
        	Lipids              	=   	0,
        	Calories            	=   	170,
        	Packaged            	=   	TRUE,
        	CantBeFrozen        	=   	TRUE,
        	StaticModel         	=   	CCSRootBeer,
        	EatType             	=   	popcan,
	}


item RedDeath
	{
		HungerChange	   	=	-7,							
		Weight      	    	=	1.25,
		AlwaysWelcomeGift	=	TRUE,
		Type	            	=	Food,
		UnhappyChange	    	=	-25,
		ThirstChange	    	=	-100,
		FatigueChange		=	-30,
		EnduranceChange		=	25,
		DisplayName	        =	Red Death Energy Drink,
		ReplaceOnUse		=	WaterBottleEmpty,
		Icon	           	=	reddeath,
		CustomContextMenu   	=   	Drink,
		CustomEatSound 		= 	DrinkingFromBottle,
       		Carbohydrates       	=   	60,
        	Proteins            	=   	0,
        	Lipids              	=   	0,
        	Calories            	=   	450,
        	Packaged            	=   	TRUE,
        	CantBeFrozen        	=   	TRUE,
        	StaticModel         	=   	CCSRedDeath,
        	EatType             	=   	popcan,
		PoisonPower		=	7,
		GoodCold		=	true,
		OnEat 			= 	OnEat_RedDeath,	
	}

item LemonLime
	{
		HungerChange	   	=	-5,							
		Weight      	    	=	1.25,
		AlwaysWelcomeGift	=	TRUE,
		Type	            	=	Food,
		UnhappyChange	    	=	-15,
		ThirstChange	    	=	-75,
		FatigueChange		=	-12,
		EnduranceChange		=	8,
		DisplayName	        =	Lemon Lime Bottle,
		ReplaceOnUse		=	WaterBottleEmpty,
		Icon	           	=	lemonlime,
		CustomContextMenu   	=   	Drink,
		CustomEatSound 		= 	DrinkingFromBottle,
       		Carbohydrates       	=   	66,
        	Proteins            	=   	0,
        	Lipids              	=   	0,
        	Calories            	=   	250,
        	Packaged            	=   	TRUE,
        	CantBeFrozen        	=   	TRUE,
        	StaticModel         	=   	CCSLemonLime,
        	EatType             	=   	popcan,
	}

item GingerAle
	{
		HungerChange	   	=	-5,							
		Weight      	    	=	1.25,
		AlwaysWelcomeGift	=	TRUE,
		Type	            	=	Food,
		UnhappyChange	    	=	-15,
		ThirstChange	    	=	-75,
		FatigueChange		=	-12,
		EnduranceChange		=	8,
		DisplayName	        =	Ginger Ale Bottle,
		ReplaceOnUse		=	WaterBottleEmpty,
		Icon	           	=	gingerale,
		CustomContextMenu   	=   	Drink,
		CustomEatSound 		= 	DrinkingFromBottle,
       		Carbohydrates       	=   	66,
        	Proteins            	=   	0,
        	Lipids              	=   	0,
        	Calories            	=   	250,
        	Packaged            	=   	TRUE,
        	CantBeFrozen        	=   	TRUE,
        	StaticModel         	=   	CCSGingerAle,
        	EatType             	=   	popcan,
	}

item MootinDiw
	{
		HungerChange	   	=	-5,							
		Weight      	    	=	1.25,
		AlwaysWelcomeGift	=	TRUE,
		Type	            	=	Food,
		UnhappyChange	    	=	-15,
		ThirstChange	    	=	-75,
		FatigueChange		=	-15,
		EnduranceChange		=	12,
		DisplayName	        =	Mootin Diw Bottle,
		ReplaceOnUse		=	WaterBottleEmpty,
		Icon	           	=	MootinDiw,
		CustomContextMenu   	=   	Drink,
		CustomEatSound 		= 	DrinkingFromBottle,
       		Carbohydrates       	=   	110,
        	Proteins            	=   	0,
        	Lipids              	=   	0,
        	Calories            	=   	450,
        	Packaged            	=   	TRUE,
        	CantBeFrozen        	=   	TRUE,
        	StaticModel         	=   	CCSMootinDiw,
        	EatType             	=   	popcan,
	}

item MootinDiwQ
	{
		HungerChange	   	=	-5,							
		Weight      	    	=	1.25,
		AlwaysWelcomeGift	=	TRUE,
		Type	            	=	Food,
		UnhappyChange	    	=	-15,
		ThirstChange	    	=	-75,
		FatigueChange		=	-15,
		EnduranceChange		=	15,
		DisplayName	        =	Mootin Diw QuanTum Bottle,
		ReplaceOnUse		=	WaterBottleEmpty,
		Icon	           	=	MootinDiwQ,
		CustomContextMenu   	=   	Drink,
		CustomEatSound 		= 	DrinkingFromBottle,
       		Carbohydrates       	=   	110,
        	Proteins            	=   	0,
        	Lipids              	=   	0,
        	Calories            	=   	485,
        	Packaged            	=   	TRUE,
        	CantBeFrozen        	=   	TRUE,
        	StaticModel         	=   	CCSMootinDiwQ,
        	EatType             	=   	popcan,
	}




}